CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - 视频 背景

搜索资源列表

  1. surendra1

    1下载:
  2. 基于视频的surendra背景更新算法,基于opencv和vc++,能够实现-Video-based surendra background update algorithm, based on opencv and vc++, can be achieved
  3. 所属分类:Windows Develop

    • 发布日期:2014-04-21
    • 文件大小:1486896
    • 提供者:liuxiaojie
  1. blobtrack

    1下载:
  2. 针对在复杂背景中检测出多批特定运动目标并实施分配批号实行标记跟踪,本文利用OpenCV的运动物体跟踪的数据结构、函数以及基本框架,建立了一个由人机交互界面模块;运动物体的前景检测模块;运动物体的团块特征检测模块;运动物体的团块跟踪模块轨迹生成模块;轨迹后处理模块组成的视频图像运动目标分析系统。-Aim at detecting,tracking and marking multipule specific targets in complex background.We use the ba
  3. 所属分类:Other windows programs

    • 发布日期:2017-03-27
    • 文件大小:8200
    • 提供者:曾雯
  1. frame_difference

    0下载:
  2. 视频帧差算法实现的背景减除。matlab代码。-Video frame difference algorithm of background subtraction. matlab code.
  3. 所属分类:Graph program

    • 发布日期:2017-03-28
    • 文件大小:73724
    • 提供者:geziyi
  1. Complete-identification-including-skin-and-the-act

    0下载:
  2. 本文的目的是提供一个我开发的SSE优化的,C++库,用于人脸检测,你可以马上把它用于你的视频监控系统中。涉及的技术有:小波分析,尺度缩减模型(PCA,LDA,ICA),人工神经网络(ANN),支持向量机(SVM),SSE编程,图像处理,直方图均衡,图像滤波,C++编程,还有一下其它的人脸检测的背景知识-The purpose of this paper is to provide an I developed SSE optimized, C++ library, used for face d
  3. 所属分类:Special Effects

    • 发布日期:2017-05-09
    • 文件大小:2304878
    • 提供者:憨豆
  1. lianxushipinfengeyucaiji

    0下载:
  2. 用matlab实现连续视频的分割与采集,其中用读视频指令把连续的视频转化为一帧一帧的图像,用帧间差分法和背景差分法实现-Matlab for continuous video with the segmentation and the acquisition, including video instruction with the reading of the continuous video into a frame of an image, with the frames and the
  3. 所属分类:Project Design

    • 发布日期:2017-05-16
    • 文件大小:4459826
    • 提供者:陈秋歌
  1. Object_Tracker

    0下载:
  2. 已调试通过,复杂背景下视频对象的跟踪提取原代码,能够有效地识别运动的人和物体,边缘准确,不受场景的影响 -Has been debugged, complex background extraction of video object tracking source code, can effectively identify the movement of people and objects, edge accuracy, from the scene of
  3. 所属分类:Video Capture

    • 发布日期:2017-04-03
    • 文件大小:424505
    • 提供者:shentian
  1. CarCount

    0下载:
  2. 该代码实现车辆的检测,采用了训练的方式,从视频中提取背景,然后做差分,连通域提取等步骤得道前景。该代码采用OPENCV实现。-The code to achieve vehicle detection, using training methods to extract from the video background, and then do differential, connected components extraction and other steps to attain the
  3. 所属分类:.net

    • 发布日期:2017-05-11
    • 文件大小:2605262
    • 提供者:leo
  1. singalframe

    0下载:
  2. 车辆视频检测,采用高斯背景更新方法,基于OPENCV的图像视频检测算法-Vehicle video detection, the Gaussian background updating method, based on video image detection algorithm OPENCV
  3. 所属分类:Special Effects

    • 发布日期:2017-05-17
    • 文件大小:4621207
    • 提供者:小巴
  1. daima

    0下载:
  2. 实现视频的读取,并使用背景差分法检测出视频中的运动目标-The video of the read, and use background subtraction to detect moving objects in video
  3. 所属分类:Video Capture

    • 发布日期:2017-04-05
    • 文件大小:41270
    • 提供者:王婷
  1. 7788

    0下载:
  2. 大名鼎鼎的方帅的博士学位论文---目前,计算机智能视频监控在理论和应用上都面临着很多难题,国内外大批学者投身于该领域的研究和探索,并且取得了大量的成果.本文是在这些成果的基础上,对计算机智能视频监控系统的关键技术进行研究.主要贡献可概括如下:首先,对目标检测技术进行了研究,并提出了一种基于背景建模的运动目标检测算法.利用统计的方法建立了基于颜色和颜色梯度的背景模型,并实时地对背景模型进行更新,最后将这两种背景模型综合考虑对目标进行了有效的检测.接着,研究了复杂背景下多目标跟踪问题,提出了基于蒙特
  3. 所属分类:Graph Recognize

    • 发布日期:2017-05-19
    • 文件大小:5263067
    • 提供者:王一
  1. background_modelling

    0下载:
  2. 此文件为视频处理的高斯背景建模,开发环境为VC++6.0,视频输入格式为avi-guass background modeling of image processing
  3. 所属分类:Special Effects

    • 发布日期:2017-05-15
    • 文件大小:3677371
    • 提供者:华仁军
  1. Videoimagemovingobjectdetection

    0下载:
  2. 1. 静态背景下的背景预测法目标检测 2. 静态背景下帧间差分法目标检测 3. Mean Shift目标跟踪方法 4. 重心多目标跟踪方法 该框架支持的视频只限于RGB非压缩Windows AVI格式,可以通过“文件”菜单下打开视频来打开视频文件。-Video image moving object detection
  3. 所属分类:Video Capture

    • 发布日期:2017-05-11
    • 文件大小:2890591
    • 提供者:weijinjin
  1. 20101201

    0下载:
  2. 首先从视频中提取100张图片,用其中五十张图片根据平均值法获得背景图片,然后做差,二值化,提取目标。-First, extracting 100 images from the video ,using fifty pictures to obtain the background image with the method of average. Then frame difference, binary, extracting the target.
  3. 所属分类:matlab

    • 发布日期:2017-04-10
    • 文件大小:774
    • 提供者:李明
  1. backgroundsubstraction

    1下载:
  2. 首先通过建立一个可靠的背景更新模型,然后在视频序列中取一帧图像与背景做差得到完整可靠的运动目标图像-This program is used to detect the moving targets by image substraction ,
  3. 所属分类:图形图像处理(光照,映射..)

    • 发布日期:2013-11-14
    • 文件大小:16133527
    • 提供者:郭雄伟
  1. yundongjiance

    0下载:
  2. 运动视频的背景建模与运动物体的检测,包含混合高斯模型和帧差法检测运动物体。使用opencv编写-failed to translate
  3. 所属分类:OpenCV

    • 发布日期:2017-05-20
    • 文件大小:5863710
    • 提供者:仝如强
  1. TransparentDesktopVideo_src

    1下载:
  2. 一款C#视频播放器,可以在桌面背景上播放视频。-A C# video player that can play videos in the desktop background.
  3. 所属分类:Multimedia Develop

    • 发布日期:2017-04-15
    • 文件大小:6436
    • 提供者:林良华
  1. aviface

    0下载:
  2. 这个程序是对一段avi视频进行人脸检测,要求背景比较简单,因为把膨胀腐蚀的部分去掉了,所以实时性还不错-This program is a avi video, face detection, requires relatively simple background, as part of the expansion of corrosion removed, so real time is not bad
  3. 所属分类:matlab

    • 发布日期:2017-04-03
    • 文件大小:1033
    • 提供者:zerowing
  1. 0010231

    0下载:
  2. 视频车辆检测识别系统设计论文,基于视频交通流检测,利用背景差法-Video vehicle detection and recognition system design papers, video-based traffic flow detection, the use of background subtraction
  3. 所属分类:software engineering

    • 发布日期:2017-04-08
    • 文件大小:357870
    • 提供者:zts
  1. Display

    0下载:
  2. opencv 视频采集 及 背景跟新的 帧差法 动态目标检测-opencv video capture and background frame difference with the new dynamic object detection
  3. 所属分类:Special Effects

    • 发布日期:2017-05-11
    • 文件大小:2167073
    • 提供者:yezi
  1. Embedded-Media-Player-Based-on-Qt

    0下载:
  2. 本文以无线多媒体终端项目的需求为背景,提出了一种适用于嵌入式系统的媒体播放 器架构设计方案。论文给出了一种嵌入式系统中音视频同步的解决方案,有效的提高了嵌入 式媒体播放器软件的音视频同步性能,在此基础上设计并实现了基于 Linux/Qt 的嵌入式媒 体播放器,实现了基于 Qt 的嵌入式媒体播放器系统。 - In this thesis, based on the requirement of wireless multimedia terminal system, through
  3. 所属分类:software engineering

    • 发布日期:2015-12-05
    • 文件大小:134144
    • 提供者:edward
« 1 2 3 4 56 7 8 9 10 ... 28 »
搜珍网 www.dssz.com